home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 07 / 3 / DISK0731.ZIP / LOCATREF < prev    next >
Text File  |  1985-03-31  |  856b  |  23 lines

  1.                 LOCATE REFERENCE
  2.  
  3.  
  4.      LOCATE called without a keyword list 
  5. provides "help" to illustrate how it is to be 
  6. used.  It then initializes by opening 
  7. MAP.INX, ENTRY.INX, and KEY.INX.
  8.  
  9.      For each keyword in the command tail it 
  10. generates the same keyword code produced by 
  11. INDEX and reads in the appropriate file numbers 
  12. in KEY.INX as indicated by ENTRY.INX.  A bit vector 
  13. is constructed representing those files 
  14. containing a keyword having the same keyword 
  15. code as keywords in the command tail.  Second 
  16. and subsequent bit vectors are "ANDED" with the 
  17. first.  The resulting bit vector thus represents 
  18. a list of all files containing all the keyword 
  19. codes generated by the keyword list.
  20.  
  21.      Once all the bit vector is constructed, it 
  22. is scanned.  For each "on" bit, MAP.INX is 
  23. scanned producing a path name.